projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81974fa
)
* configure.ac: Further fix.
author
Glenn Morris
<rgm@gnu.org>
Fri, 12 Jul 2013 23:15:20 +0000
(19:15 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 12 Jul 2013 23:15:20 +0000
(19:15 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f0cee74169794a6eb41dc615ee5d56479e2507c5..9ab7e971b05c7344d22424367a0fabc2d552c498 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2330,6
+2330,7
@@
if test "${with_file_notification}" != "no"; then
AC_DEFINE(HAVE_W32NOTIFY, 1, [Define to 1 to use w32notify.])
NOTIFY_OBJ=w32notify.o
NOTIFY_SUMMARY="yes (w32)"
+ with_file_notification=w32
elif test "${with_file_notification}" = "w32"; then
AC_MSG_ERROR([File notification `w32' requested but requirements not found.])
elif test "${opsys}" = "mingw32"; then